Class FormatException

Summary

Fully Qualified Name: CodeIgniter\Format\Exceptions\FormatException
Extends: RuntimeException
Implements: ExceptionInterface

Description

Methods

Name Description Defined By
forInvalidJSON() FormatException
forMissingExtension() This will never be thrown in travis-ci FormatException

Method Details

forInvalidJSON()

Parameter Name Type Description
$error

Returns: void

forMissingExtension()

This will never be thrown in travis-ci

Returns:

Top